added SSCLI 1.0
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Markup / WorkflowSerialization / VB / ConsoleActivity / My Project / MySettings.Designer.vb
bloba454dec5221ecef298363a7998d0739e747b4fb8
1 '---------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '---------------------------------------------------------------------
16 '------------------------------------------------------------------------------
17 ' <auto-generated>
18 ' This code was generated by a tool.
19 ' Runtime Version:2.0.50727.42
21 ' Changes to this file may cause incorrect behavior and will be lost if
22 ' the code is regenerated.
23 ' </auto-generated>
24 '------------------------------------------------------------------------------
26 Option Strict On
27 Option Explicit On
31 <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
32 Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")> _
33 Partial Friend NotInheritable Class MySettings
34 Inherits Global.System.Configuration.ApplicationSettingsBase
36 Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings)
38 Public Shared ReadOnly Property [Default]() As MySettings
39 Get
40 Return defaultInstance
41 End Get
42 End Property
43 End Class